Skip to content

Outscale storage providers#730

Closed
jmunhoz wants to merge 1 commit into
apache:trunkfrom
jmunhoz:s3-rgw-outscale-providers
Closed

Outscale storage providers#730
jmunhoz wants to merge 1 commit into
apache:trunkfrom
jmunhoz:s3-rgw-outscale-providers

Conversation

@jmunhoz
Copy link
Copy Markdown
Contributor

@jmunhoz jmunhoz commented Mar 28, 2016

Add Outscale storage providers (Ceph RGW S3)

@tonybaloney
Copy link
Copy Markdown
Contributor

Hi @jmunhoz do they all need to be separate drivers? We are trying to make sure that there are single drivers with a region=x constructor.

@jmunhoz jmunhoz force-pushed the s3-rgw-outscale-providers branch from 6c3bd8a to 2d2bb42 Compare March 30, 2016 15:02
@jmunhoz
Copy link
Copy Markdown
Contributor Author

jmunhoz commented Mar 30, 2016

@tonybaloney thanks for reviewing. As suggested I pushed a single driver with region support in the constructor.

Comment thread libcloud/storage/drivers/s3.py Outdated

class S3RGWOutscaleStorageDriver(S3StorageDriver):

def __init__(self, *args, **kwargs):
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please explicitly declare all the arguments where possible instead of using *args and **kwargs.

@jmunhoz jmunhoz force-pushed the s3-rgw-outscale-providers branch from 2d2bb42 to e552b63 Compare March 31, 2016 10:34
@jmunhoz
Copy link
Copy Markdown
Contributor Author

jmunhoz commented Mar 31, 2016

Hi @Kami, the new patch declares the arguments explicitly.

@tonybaloney
Copy link
Copy Markdown
Contributor

Thanks @jmunhoz. the changes look great, merging

@asfgit asfgit closed this in 2a450e4 Mar 31, 2016
asfgit pushed a commit that referenced this pull request Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants